object ABCheckupForm: TABCheckupForm Left = 244 Top = 173 HelpContext = 14501 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Resolve e-mail' ClientHeight = 267 ClientWidth = 493 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 24 Top = 208 Width = 441 Height = 9 Shape = bsBottomLine end object Label1: TLabel Left = 16 Top = 16 Width = 377 Height = 33 AutoSize = False Caption = 'There were several address entries found. Please specify who was' + ' meant exactly...' WordWrap = True end object bEdit: TButton Left = 400 Top = 72 Width = 89 Height = 25 Caption = '&Properties...' TabOrder = 1 OnClick = bEditClick end object bMore: TButton Left = 400 Top = 104 Width = 89 Height = 25 Caption = '&More...' TabOrder = 2 OnClick = bMoreClick end object bNew: TButton Left = 400 Top = 136 Width = 89 Height = 25 Caption = '&New...' TabOrder = 3 end object pnGrid: TPanel Left = 16 Top = 56 Width = 377 Height = 145 BevelOuter = bvNone TabOrder = 0 object hGrid: THeaderControl Left = 0 Top = 0 Width = 377 Height = 17 DragReorder = False Sections = <> end object gAddr: TAddressBookGrid Left = 0 Top = 17 Width = 377 Height = 128 Align = alClient DefaultRowHeight = 18 DefaultDrawing = False FixedRows = 0 GridLineWidth = 0 Options = [goThumbTracking] TabOrder = 1 Header = hGrid ReadOnly = True RowHeights = ( 18 18 18 18 18) end end object bOk: TButton Left = 166 Top = 232 Width = 89 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = bOkClick end object bCancel: TButton Left = 286 Top = 232 Width = 89 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object bHelp: TButton Left = 400 Top = 232 Width = 89 Height = 25 Caption = 'Help' TabOrder = 6 OnClick = bHelpClick end end